aside {
  display: block;
  position: relative;
  margin: 40px auto;
  border-image: linear-gradient(to bottom right, #86275B, #F1A7AD) 30 round;
  border-left: 34px solid #86275B;
  padding-left: 10px;
  padding-bottom: 5px;
  width: 90%;
  max-width: 700px;

}

#footer {
  position:fixed;
  left:0px;
  bottom:0px;
  height:30px;
  width:100%;
}

aside h3 {
  font: bold;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: linear-gradient(to bottom right, #86275B, #F1A7AD);
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  line-height: 24px;
  text-align: left;
}

h2{
  text-align: center;
  font-size: 16px;
}

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  background-image: url("../bg.png");
  background-attachment: fixed;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 16px;
}

p{
  line-height: 1.15;
}

p.desc{
  text-align: left;
}

dt{
  text-transform: uppercase;
}

dl{
  text-align: left;
}

dd{
  display: list-item;
}


p.accent{
  font-weight: bold;
}

.logo{
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 230px;
  margin: auto;
  display: block;
  object-fit: cover;
}

.logoDL{
  width: 100%;
  max-width: 700px;
  height: 100%;
  max-height: 230px;
  margin: auto;
  display: block;
  object-fit: cover;
}

img.avatar {
  border-radius: 50%;
  width: 90%;
}

#floated{
  float: left;
  width: 30%;
}

img.screenshot{
  width: 100%;
  max-width: 400px;
}

a {
  text-decoration: none;
}
/* unvisited link */
a:link {
  color: #F1A7AD;
}

/* visited link */
a:visited {
  color: #F1A7AD;
}

/* mouse over link */
a:hover {
  color: #BD6985;
  text-decoration: none;
}

.btn-columns{
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.btn-group .button {
  background-image: linear-gradient(to bottom right, #5B1F74, #37154D);
  border: 0px;
  color: white;
  padding: 15px 32px 15px 32px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 400px;
  display: block;
  margin:10px;
  text-align: center;
}

.btn-group .button:not(:last-child) {
  border-bottom: none; /* Prevent double borders */
}

.btn-group .button:hover {
  background-image: linear-gradient(#37154D, #37154D);
}

.btn-group .button:active {
  background-image: linear-gradient(to bottom right, #37154D, black);
}

.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.icon {
    font-size: 50px;
}

#container{
  max-width:400px;
}

.one{
    width:0px;
    float:left;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.two{
    max-width: 350px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}